projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fc3612
)
Fix typos.
author
Dan Nicolaescu
<dann@ics.uci.edu>
Sat, 31 May 2008 15:29:36 +0000
(15:29 +0000)
committer
Dan Nicolaescu
<dann@ics.uci.edu>
Sat, 31 May 2008 15:29:36 +0000
(15:29 +0000)
lisp/vc-cvs.el
patch
|
blob
|
history
diff --git
a/lisp/vc-cvs.el
b/lisp/vc-cvs.el
index 4b0118d6362b762746cc5a2be124629d7c496988..2747b2b234a3d7a88835195687d8f1c819d77677 100644
(file)
--- a/
lisp/vc-cvs.el
+++ b/
lisp/vc-cvs.el
@@
-870,7
+870,7
@@
state."
((string-match "Locally Added" status-str) 'added)
((string-match "Locally Removed" status-str) 'removed)
((string-match "File had conflicts " status-str) 'conflict)
- ((string-match "Unknown"
'unregistered)
)
+ ((string-match "Unknown"
status-str) 'unregistered
)
(t 'edited)))
(unless (eq status 'up-to-date)
(push (list file status) result)))